net/http.http2ClientConn.lastActive (field)

7 uses

	net/http (current package)
		h2_bundle.go#L7669: 	lastActive       time.Time
		h2_bundle.go#L8121: 		lastActive:                  t.now(),
		h2_bundle.go#L9036: 		cc.lastActive = cc.t.now()
		h2_bundle.go#L9376: 	cc.lastActive = cc.t.now()
		h2_bundle.go#L9472: 	idleTime := cc.t.now().Sub(cc.lastActive)
		h2_bundle.go#L10514: 	if ci.WasIdle && !cc.lastActive.IsZero() {
		h2_bundle.go#L10515: 		ci.IdleTime = cc.t.timeSince(cc.lastActive)